home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / colonv21.zip / UPGRADE.DOC < prev   
Text File  |  1997-07-17  |  3KB  |  61 lines

  1. WHAT'S NEW IN v2.1?
  2. ===================
  3.  
  4.      * Added a check when processing inbound packets to ensure even if a 
  5.        BBS was somehow bouncing packets back through their routing, that
  6.        players would not be imported causing dupe players.
  7.  
  8.      * Added a Coordinator LOG feature when processing inbound packets.
  9.        The LOG file is called COLIBBS.LOG and is formatted as such:
  10.  
  11.        ============================================================
  12.        07-15-1997 - 12:24:01
  13.        Processing inbound packet: 01C02O06.010
  14.        Originating BBS: ZIPPY'S LOUNGE
  15.        Running version : v2.1
  16.        Packet Date: 07-15-1997   Packet Time: 12:08:43
  17.        ============================================================
  18.  
  19.        This LOG will be kept as of v2.1.  Those BBS's running versions
  20.        previous to v2.1 do not have the capability to write the needed
  21.        data, thus the LOG file will reflect this by placing:
  22.        Previous to v2.1 in the Running version field and the Originating
  23.        BBS field will be: UNAVAILABLE.
  24.  
  25.        The LOG file will only be created for the Coordinator.  Keep in mind
  26.        that this LOG file will grow rather quickly in a busy League, so
  27.        be sure to check and delete it on a regular basis.  The COLIBBS.LOG
  28.        file will be created in your main COLONIES directory if you are the
  29.        League Coordinator.
  30.  
  31.      * When a BBS has been removed from the COLNODES.DAT file, there
  32.        needed to be a way to remove the players from that BBS, from the 
  33.        main game as well.  The routine we had been using was working fine
  34.        in most cases, although if the BBS name the Sysop used in their
  35.        NODE1.CFG file was different from the one listed in COLNODES.DAT,
  36.        then there was a chance the players from that BBS would be removed 
  37.        temporarily from the game listing.  The routine is still in place,
  38.        but the game will see "Zippy's Lounge" and "Zippy's Lounge BBS" as
  39.        basically the same thing and will not remove players.
  40.  
  41.  
  42. UPGRADING FROM ANY VERSION TO v2.1:
  43. ==================================
  44.  
  45.    * Move the following files to a TEMP directory for now:
  46.  
  47.      UMN.DAT 
  48.      NIBBS.DAT
  49.  
  50.      Then move the COLONV21.EXE archive into your COLONIES directory and
  51.      run it.  When it asks if you wish to overwrite the first file,
  52.      answer "A" to overwrite ALL files.  You MUST do this to ensure proper
  53.      upgrading!  Your current game will NOT be effected in any way.
  54.  
  55.      Move the above files BACK into your COLONIES directory, overwriting
  56.      the ones that came with the archive.  Once you are done, you can 
  57.      deleted COLONV21.EXE as it is no longer needed.
  58.  
  59.      Jim Webb
  60.      Lounge Software
  61.